home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / styles / tree.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-05-29  |  482 b   |  36 lines

  1. .treeview {
  2.  
  3.   margin-top:0px; /*to fix ie6 position*/
  4.   margin: 0px;
  5.   padding: 0px;
  6.   height: 15px;
  7. }
  8.  
  9. .treeline {
  10.   font-size: 13px;
  11.   padding: 0px; 
  12.   margin: 0px;
  13.   vertical-align: bottom;  
  14. }
  15.  
  16. .treeinput {
  17.   width: 15px; 
  18.   height: 15px;
  19.   padding: 5px; 
  20.   margin:  5px 0 0 0;
  21.   vertical-align: bottom;
  22. }
  23.  
  24. .treeContainer {
  25.   height: 15px; 
  26.   display: block;
  27. }
  28.  
  29. .treeview image {
  30.   border: none;
  31.   float: left;
  32. }
  33.  
  34. .clearDiv {
  35.   clear: left;
  36. }